touchgfx::Vector::operator[]() const is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Vector::operator[]() const

touchgfx::Vector::operator[]() const method

@fn const T& Vector::operator[](uint16_t idx) const Const version of the index operator. Const version of the index operator.

Syntax

const T& operator[](uint16_t idx) const;

Arguments

idx

The index of the element to obtain.

Return value

A const reference to the element placed at index idx.

References

LocationText
Types.hpp:487
const T& operator[](uint16_t idx) const